home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TQUALITYCHECK / TQUALITYCHECK.txt
Encoding:
Text File  |  2002-04-04  |  2.6 KB  |  121 lines

  1. object QualityCheck: TQualityCheck
  2.   Left = 115
  3.   Top = 221
  4.   BorderStyle = bsDialog
  5.   Caption = 'Quality Check'
  6.   ClientHeight = 361
  7.   ClientWidth = 628
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 32
  24.     Height = 13
  25.     Caption = 'Label1'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 8
  29.     Top = 32
  30.     Width = 32
  31.     Height = 13
  32.     Caption = 'Label2'
  33.   end
  34.   object Button1: TButton
  35.     Left = 544
  36.     Top = 328
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = '&OK'
  41.     Default = True
  42.     TabOrder = 4
  43.     OnClick = Button1Click
  44.   end
  45.   object ListView1: TListView
  46.     Left = 8
  47.     Top = 56
  48.     Width = 529
  49.     Height = 297
  50.     Columns = <
  51.       item
  52.         Width = 150
  53.       end>
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -11
  57.     Font.Name = 'Arial'
  58.     Font.Style = []
  59.     HideSelection = False
  60.     ReadOnly = True
  61.     RowSelect = True
  62.     ParentFont = False
  63.     ParentShowHint = False
  64.     ShowHint = False
  65.     SortType = stText
  66.     TabOrder = 0
  67.     ViewStyle = vsReport
  68.     OnChange = ListView1Change
  69.     OnDblClick = ListView1DblClick
  70.   end
  71.   object Button3: TButton
  72.     Left = 544
  73.     Top = 264
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&Check again'
  77.     TabOrder = 2
  78.     OnClick = Button3Click
  79.   end
  80.   object Button2: TButton
  81.     Left = 544
  82.     Top = 232
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Resolve'
  86.     Default = True
  87.     TabOrder = 1
  88.     OnClick = ListView1DblClick
  89.   end
  90.   object Button4: TButton
  91.     Left = 544
  92.     Top = 296
  93.     Width = 75
  94.     Height = 25
  95.     HelpContext = 501
  96.     Caption = '&Help'
  97.     TabOrder = 3
  98.     OnClick = Button4Click
  99.   end
  100.   object OpenDialog1: TOpenDialog
  101.     DefaultExt = 'txt'
  102.     Filter = 'Text files|*.txt'
  103.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  104.     Title = 'Find text file'
  105.     Left = 320
  106.     Top = 8
  107.   end
  108.   object OpenPictureDialog1: TOpenPictureDialog
  109.     Filter = 
  110.       'All (*.jpg;*.jpeg;*.gif;*.bmp;*.ico;*.emf;*.wmf)|*.jpg;*.jpeg;*.' +
  111.       'gif;*.bmp;*.ico;*.emf;*.wmf|JPEG Image File (*.jpg)|*.jpg|JPEG I' +
  112.       'mage File (*.jpeg)|*.jpeg|Graphics Interchange Format (*.gif)|*.' +
  113.       'gif|Bitmaps (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles' +
  114.       ' (*.emf)|*.emf|Metafiles (*.wmf)|*.wmf'
  115.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  116.     Title = 'Find image file'
  117.     Left = 408
  118.     Top = 8
  119.   end
  120. end
  121.